When using the pre-rendered png symbolics it seems that we're off a
tiny bit in a few of the pixels on the antialiased borders of a
stroke. To fix this we switch the icon to media-playback-stop-symbolic
which has no such antialiased borders.
I don't quite understand why the pixels are off, this needs more
research.
https://bugzilla.gnome.org/show_bug.cgi?id=734668
<property name="name">reference</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="icon_name">window-close-symbolic</property>
+ <property name="icon_name">media-playback-stop-symbolic</property>
</object>
</child>
</object>
<object class="GtkImage" id="image1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="icon_name">window-close-symbolic</property>
+ <property name="icon_name">media-playback-stop-symbolic</property>
</object>
</child>
</object>